home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / perl / unistd.ph < prev    next >
Text File  |  1991-08-11  |  388b  |  21 lines

  1. if (!defined &_UNISTD) {
  2.     eval 'sub _UNISTD {1;}';
  3.     require 'cfuncproto.ph';
  4.     require 'sys/types.ph';
  5.     if (defined &__STDC__) {
  6.     eval 'sub VOLATILE { &volatile;}';
  7.     }
  8.     else {
  9.     eval 'sub VOLATILE {1;}';
  10.     }
  11.     if (!defined &NULL) {
  12.     eval 'sub NULL {0;}';
  13.     }
  14.     if (!defined &_SIZE_T) {
  15.     eval 'sub _SIZE_T {1;}';
  16.     }
  17.     if (!defined &_POSIX_SOURCE) {
  18.     }
  19. }
  20. 1;
  21.